home *** CD-ROM | disk | FTP | other *** search
/ Network PC / Network PC.iso / amiga utilities / communication / internet / amitcp3.0b / product-info < prev    next >
Encoding:
Text File  |  1997-11-21  |  1.4 KB  |  56 lines

  1. .name
  2. AmiTCP
  3. .author
  4. AmiTCP/IP Group and others
  5. .short
  6. TCP/IP protocol stack for SANA-II.
  7. .version
  8. 3.0ß2
  9. .date
  10. 1994.05.02
  11. .source
  12. Includes source in C.
  13. .description
  14. AmiTCP  is  a set of programs that enables the Amiga to connect to a TCP/IP
  15. network.   AmiTCP  lets the user use commands such as ftp, telnet from your
  16. Amiga.   AmiTCP  also  lets remote users connect to your machine from other
  17. TCP/IP  hosts.   AmiTCP  is  a TCP/IP protocol stack for implementing basic
  18. Internet  protocols  on  top  of any SANA-II network device driver, such as
  19. one for SLIP or Ethernet.
  20. .described-by
  21. Automatically generated from Contents file by c2pi program.
  22. .execute
  23. set choice `RequestChoice "AmiTCP" "Please select an option" "COPYRIGHT" "View Guides" "View Files" "Install" "Cancel"`
  24. if $choice EQ "0"
  25.   quit 5
  26. endif
  27.  
  28. if $choice EQ "1"
  29.   MetaTool COPYRIGHTS TEXT
  30. endif
  31.  
  32. if $choice EQ "2"
  33.   cd help
  34.   set filechoice `RequestFile TITLE "Select AmigaGuide File"`
  35.   set dirchoice `pathname $filechoice`
  36.   set filechoice `basename $filechoice`
  37.   failat 21
  38.   cd $dirchoice
  39.   MetaTool $filechoice GUIDE
  40. endif
  41.  
  42. if $choice EQ "3"
  43.   set filechoice `RequestFile TITLE "Select Text File"`
  44.   set dirchoice `pathname $filechoice`
  45.   set filechoice `basename $filechoice`
  46.   failat 21
  47.   cd $dirchoice
  48.   MetaTool $filechoice TEXT
  49. endif
  50.  
  51. if $choice EQ "4"
  52.   Installer SCRIPT Install_AmiTCP APPNAME AmiTCP/IP MINUSER AVERAGE
  53. endif
  54. .aminet-dir
  55. comm/tcp
  56.